home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / tis0_0.zip / TIMSPLIT.OPT < prev   
Text File  |  1993-03-04  |  1KB  |  37 lines

  1. ;
  2. ; TIMSPLIT -- Command Line & OPT processing directives
  3. ;
  4. ; -inbound dir   - This is where ARCMail & Packets for processing by TIMSPLIT
  5. ;                  are placed ready for mangling
  6. -inbound dir
  7. ;
  8. ; -timspath dir  - This is where packets are build for TIMS to toss in realtime
  9. ;
  10. -timspath dir
  11. ;
  12. ; -tmailpath dir - This is where packets are build for TMail to toss later
  13. ;                  as the messages are too big for TIMS to process
  14. ;
  15. -timspath dir
  16. ;
  17. ; -lockpath dir  - This is where the TIMS.BSY flag is required .. refer TIMS
  18. ;                  readme file
  19. ;
  20. -lockpath dir
  21. ;
  22. ; -dumpcmd       - List internal options settings and exit
  23. ;
  24. ; -dumpcmd
  25. ;
  26. ; -size nnn      - Maximum message size allowed (range 4096-9999) default 8192
  27. ;                  messages larger than 'size' bytes will be queued for TMail
  28. ;                  to process
  29. ;
  30. -size 8192
  31. ;
  32. ; -strip         - This causes all ^A lines, extra CR's and all LF's to be
  33. ;                  removed from the messages before writing to the TIMS dir
  34. ;
  35. ; -strip
  36. ;
  37.